バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

オブジェクトのプロパティのPropertyDescriptorを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

パラメータ

context
ITypeDescriptorContext
value
プロパティが返される値
attributes
返されるプロパティを限定するための属性。
参照